Xuni Product Documentation - Xamarin.Forms
XuniCursorCollectionView<T,K> Class
Members 
The type of the items in the collection.
The type of the token.
Base class for cursor-like collection views.
Syntax
public abstract class XuniCursorCollectionView<T,K> : XuniReadOnlyCollectionViewBase<T>, ICollectionView<T>, ISupportCurrency, ISupportIncrementalLoading  
where T: class
Type Parameters
T
The type of the items in the collection.
K
The type of the token.
Remarks
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
Inheritance Hierarchy

System.Object
   Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>
      Xuni.CollectionView.XuniCursorCollectionView<T,K>
         Xuni.CollectionView.XuniCursorCollectionView<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XuniCursorCollectionView<T,K> Members
Xuni.CollectionView Namespace